Structure Section of the XML File

When a project is exported, the structure information is exported to the <Structure> section of the XML file.

The structure information is placed in the <Structure> section in the following format:

<Structures>

<Structure id="st1">

  <StruName>WBS</StruName>

   <StruDesc>Space Shuttle</StruDesc>

</Structure>

<Structure id="st2">

   <StruName>OBS</StruName>

  <StruDesc>Space Shuttle OBS</StruDesc>

<Structure>

<Structure id="st4">

   <StruName>RBS</StruName>

   <StruDesc>Cost Breakdown Structure</StruDesc>

</Structure>

<Structure id="st3">

   <StruName>Indirect</StruName>

   <StruDesc>Indirect</StruDesc>

</Structure>

 </Structures>

The following elements are used:
Element Parent Element Description
Structure Structure Enclosing element for Structure information. Contains the attribute to relate the element back to the Structure section.
StruName Structure Name of the structure file (exported name)
StruDesc Structure Code file description